Vcenter Vm Storage Policy Compliance CheckSpec

Vcenter Vm Storage Policy Compliance CheckSpec
Vcenter Vm Storage Policy Compliance CheckSpec

The Vcenter Vm Storage Policy Compliance CheckSpec schema contains properties used to specify the entities on which the storage policy compliance check is to be invoked.

This schema was added in vSphere API 6.7.

JSON Example
{
    "vm_home": false,
    "disks": [
        "string"
    ]
}
boolean
vm_home
Required

Invoke compliance check on the virtual machine home directory if set to true.

This property was added in vSphere API 6.7.

array of string
disks
Optional

Identifiers of the virtual machine's virtual disks for which compliance should be checked.

This property was added in vSphere API 6.7.

If missing or null or empty, compliance check is invoked on all the associated disks.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk.